SftTree/OCX 7.0

SftTree.RowColHeaderHilightColor Property

Softel vdm, Inc.

Defines the color used to draw the highlighted edge of the row/column header.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.HilightColor instead

Syntax       

Get

VB.NET

Clr = object.RowColHeaderHilightColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.RowColHeaderHilightColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.RowColHeaderHilightColor;

VC++

OLE_COLOR Clr = object->RowColHeaderHilightColor;
OLE_COLOR Clr = object->GetRowColHeaderHilightColor();

C

HRESULT object->get_RowColHeaderHilightColor(OLE_COLOR* Clr);

Delphi

Clr := object.RowColHeaderHilightColor  : TColor;

Put

VB.NET

object.RowColHeaderHilightColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.RowColHeaderHilightColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.RowColHeaderHilightColor = Clr;

VC++

OLE_COLOR object->RowColHeaderHilightColor = Clr;
void object->PutRowColHeaderHilightColor(OLE_COLOR Clr);

C

HRESULT object->put_RowColHeaderHilightColor(OLE_COLOR Clr);

Delphi

object.RowColHeaderHilightColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the color used to draw the highlighted edge of the row/column header.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.HilightColor instead

The RowColHeaderHilightColor property defines the color used to draw the highlighted edge of the row/column header.

This property has no effect if Windows themes are used.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com